Gets the ADO.NET DataTable object represented by this IndexedDataTable<(Of <(<'TRow>)>)>.

Namespace:  C1.LiveLinq.AdoNet
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public DataTable Table { get; private set; }
Visual Basic
Public Property Table As DataTable
	Get
	Private Set

See Also